home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TAPPLETGENERATOR / TAPPLETGENERATOR.txt
Encoding:
Text File  |  2002-04-04  |  809 b   |  43 lines

  1. object AppletGenerator: TAppletGenerator
  2.   Left = 204
  3.   Top = 187
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Create GreatFamily tree Applet'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 8
  18.     Top = 8
  19.     Width = 105
  20.     Height = 25
  21.     Caption = 'Generate CSV'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object ListBox1: TListBox
  26.     Left = 8
  27.     Top = 40
  28.     Width = 233
  29.     Height = 257
  30.     ItemHeight = 13
  31.     TabOrder = 1
  32.   end
  33.   object Button2: TButton
  34.     Left = 120
  35.     Top = 8
  36.     Width = 97
  37.     Height = 25
  38.     Caption = 'Save file'
  39.     TabOrder = 2
  40.     OnClick = Button2Click
  41.   end
  42. end
  43.